home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 264
- Top = 143
- Width = 330
- Height = 274
- Caption = 'Compressed Blob I/O Demo'
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- ShowHint = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 20
- object Label1: TLabel
- Left = 10
- Top = 6
- Width = 303
- Height = 25
- Caption = '(See source before trying to run this!)'
- end
- object DBGrid1: TDBGrid
- Left = 11
- Top = 78
- Width = 295
- Height = 150
- Columns = <
- item
- FieldName = 'Name'
- end>
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -16
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object SaveArray: TButton
- Left = 10
- Top = 33
- Width = 111
- Height = 41
- Hint = 'Compresses a 4000-integer array into a new record'
- Caption = 'Save Array'
- TabOrder = 1
- OnClick = SaveArrayClick
- end
- object LoadArray: TButton
- Left = 198
- Top = 33
- Width = 111
- Height = 41
- Hint = 'Reads the integer array back from the record'
- Caption = 'Load Array'
- TabOrder = 2
- OnClick = LoadArrayClick
- end
- object Table1: TTable
- DatabaseName = 'DBDEMOS'
- TableName = 'BLOB.DB'
- Left = 246
- Top = 94
- object Table1Name: TStringField
- FieldName = 'Name'
- Size = 10
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 246
- Top = 126
- end
- object Compress1: TCompress
- RegNumber = 0
- MakeDirectories = False
- ExceptionOnFileError = False
- Key = 0
- Left = 245
- Top = 63
- end
- end
-